DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / C1TableViewSource<T> Constructor
The table view.

In This Topic
    C1TableViewSource<T> Constructor
    In This Topic
    Initializes a new instance of the C1TableViewSource<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tableView As UIKit.UITableView _
    )
    public C1TableViewSource<T>( 
       UIKit.UITableView tableView
    )

    Parameters

    tableView
    The table view.
    See Also